home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / dissem / dissdemo.dir / 00210_Script_210 < prev    next >
Text File  |  1999-04-25  |  342b  |  18 lines

  1. on enterframe
  2.   puppetsprite 2, true
  3.   puppetsprite 3, true
  4.   
  5.   if rollover (2) then set the castnum of sprite 2 = 213
  6.   else
  7.     set the castnum of sprite 2 = 2
  8.   end if
  9.   
  10.   if rollover (3) then set the castnum of sprite 3 = 214
  11.   else
  12.     set the castnum of sprite 3 = 3
  13.   end if 
  14.   
  15.   
  16. on exitFrame
  17.   go to the frame
  18. end